We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845743b commit 3bbf8d5Copy full SHA for 3bbf8d5
charts/s3-bucket-sync/Chart.yaml
@@ -3,7 +3,7 @@ name: s3-bucket-sync
3
description: Keeps 2 s3 buckets in sync
4
type: application
5
6
-version: 0.0.2
+version: 0.0.3
7
8
# App metadata
9
appVersion: "v0.9.0"
charts/s3-bucket-sync/templates/deployment.yaml
@@ -23,5 +23,5 @@ spec:
23
- configMapRef:
24
name: {{ .Release.Name }}-sync-config
25
- secretRef:
26
- name: {{ .Release.Name }}-credentials
+ name: {{ .Release.Name }}-sync-credentials
27
0 commit comments