diff options
Diffstat (limited to '')
-rw-r--r-- | tools/eck-operator/Chart.yaml | 12 | ||||
-rw-r--r-- | tools/eck-operator/values.yaml | 0 |
2 files changed, 12 insertions, 0 deletions
diff --git a/tools/eck-operator/Chart.yaml b/tools/eck-operator/Chart.yaml new file mode 100644 index 0000000..cba80ba --- /dev/null +++ b/tools/eck-operator/Chart.yaml @@ -0,0 +1,12 @@ +apiVersion: v2 +name: eck-operator +description: A Helm chart for deploying my application with ECK operator +type: application +version: 0.1.0 +appVersion: "1.0.0" + +dependencies: + - name: eck-operator + version: "2.13.0" + repository: "https://helm.elastic.co" + diff --git a/tools/eck-operator/values.yaml b/tools/eck-operator/values.yaml new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tools/eck-operator/values.yaml |