File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ stringData:
1414{{- if eq $objstore.provider "s3" }}
1515 AWS_ACCESS_KEY_ID : ' {{ $objstore.s3.AWS_ACCESS_KEY_ID }}'
1616 AWS_SECRET_ACCESS_KEY : ' {{ $objstore.s3.AWS_SECRET_ACCESS_KEY }}'
17- {{- if $objstore.s3.CA_CERT_DATA }}
18- ca.crt : {{ $objstore.s3.CA_CERT_DATA | quote }}
19- {{- end }}
17+ ca.crt : {{ $objstore.s3.CA_CERT_DATA | default "" | quote }}
2018 {{- with $objstore.s3.AWS_REGION }}
2119 AWS_REGION : ' {{ . }}'
2220 {{- end }}
@@ -30,7 +28,7 @@ stringData:
3028{{- end }}
3129
3230{{- if eq $objstore.provider "gcs" }}
33- sa.json : ' {{ $objstore.gcs.GOOGLE_SERVICE_ACCOUNT_JSON_KEY }} '
31+ sa.json : {{ $objstore.gcs.GOOGLE_SERVICE_ACCOUNT_JSON_KEY | default "" | quote }}
3432{{- end }}
3533
3634{{- end }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: outbox-syncer
33description : A Helm chart for Kubernetes
44type : application
55version : v2026.5.22
6- appVersion : v0.2 .0
6+ appVersion : v0.4 .0
77home : https://github.com/appscode-cloud
88icon : https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
99sources :
You can’t perform that action at this time.
0 commit comments