Skip to content

Commit

Permalink
Fix indent in GCS storage config within flyte-binary helm chart (#3164)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeev B <[email protected]>
  • Loading branch information
jeevb authored Dec 16, 2022
1 parent 28583e2 commit 8a69a31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions charts/flyte-binary/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ data:
{{- end }}
{{- else if eq "gcs" .provider }}
type: stow
stow:
kind: google
config:
json: ""
project_id: {{ required "GCP project required for GCS storage provider" .providerConfig.gcs.project }}
scopes: https://www.googleapis.com/auth/devstorage.read_write
stow:
kind: google
config:
json: ""
project_id: {{ required "GCP project required for GCS storage provider" .providerConfig.gcs.project }}
scopes: https://www.googleapis.com/auth/devstorage.read_write
{{- else }}
{{- printf "Invalid value for storage provider. Expected one of (s3, gcs), but got: %s" .provider | fail }}
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion charts/flyte-sandbox/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 12.1.0
digest: sha256:ce2d6bd1488364f3ca98cc306554e479f1190ac828925af78a468a52f752449c
generated: "2022-12-15T00:28:40.428989-08:00"
generated: "2022-12-16T11:40:24.675546-08:00"
Binary file modified charts/flyte-sandbox/charts/flyte-binary-0.1.0.tgz
Binary file not shown.
4 changes: 2 additions & 2 deletions docker/sandbox-bundled/manifests/compiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: bnhMczc1Y2pCNUVXQWtTaw==
haSharedSecret: OXBibFo5djlQUk9DYnh0Mg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1000,7 +1000,7 @@ spec:
metadata:
annotations:
checksum/config: 044987b193c168f87ad6b75510b710dae15de36461cb822559e13e6f3bf1789a
checksum/secret: 933d36dc296a7cfb39a5de69e064f95d589c0a35426c30066495db78ccbfec7c
checksum/secret: fb74be3d178d348f0ff165b82d80332aad7329184048cd2b14db3e99d61fe07f
labels:
app: docker-registry
release: sandbox
Expand Down

0 comments on commit 8a69a31

Please sign in to comment.