Commit a628c739 authored by torgiren's avatar torgiren
Browse files

Merge branch 'multiple_keys' into 'master'

add support for multiple keys - closes #26

See merge request !2
1 merge request!2add support for multiple keys - closes #26
Pipeline #629 passed with stage
in 12 seconds
Showing with 11 additions and 13 deletions
+11 -13
......@@ -16,4 +16,4 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: __VERSION__
appVersion: v1.3.0
appVersion: v2.0.0
......@@ -4,6 +4,13 @@ metadata:
name: templates.exphost.pl
spec:
group: exphost.pl
scope: Namespaced
names:
plural: templates
singular: template
kind: Template
shortNames:
- tpl
versions:
- name: v1
served: true
......@@ -15,12 +22,11 @@ spec:
spec:
type: object
properties:
template:
type: string
templates:
type: object
additionalProperties: true
destination_name:
type: string
destination_key:
type: string
destination_labels:
type: object
additionalProperties: true
......@@ -42,11 +48,3 @@ spec:
type: string
source_key:
type: string
scope: Namespaced
names:
plural: templates
singular: template
kind: Template
shortNames:
- tpl
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment