Skip to content

Commit

Permalink
chore: add default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubisoft-potato committed Aug 7, 2024
1 parent 018d7c8 commit 88ec96f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: cloud.google.com/v1
kind: BackendConfig
metadata:
name: {{ .Values.backendConfigName }}
name: {{ .Values.backendConfig.name }}
namespace: {{ .Values.namespace }}
spec:
timeoutSec: 300
Expand Down
5 changes: 3 additions & 2 deletions manifests/bucketeer/charts/web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ resources: {}
serviceAccount:
annotations: {}
ingress:
name:
name: web
host:
staticIPName:
backendConfigName:
backendConfig:
name: web
1 change: 0 additions & 1 deletion manifests/bucketeer/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ web:
secretName: bucketeer-service-cert

ingress:
name: web
host: web-gateway.bucketeer.io

serviceToken:
Expand Down

0 comments on commit 88ec96f

Please sign in to comment.