mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-26 00:35:19 -04:00
helm: force app creds in GCP CCM (#3822)
This commit is contained in:
parent
823c891135
commit
04a5cdf6b8
2 changed files with 8 additions and 2 deletions
|
@ -5,5 +5,11 @@ metadata:
|
||||||
name: gceconf
|
name: gceconf
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
data:
|
data:
|
||||||
gce.conf: "[global]\nproject-id = {{.Values.GCP.projectID }}\nuse-metadata-server = true\nnode-tags = constellation-{{ .Values.GCP.uid }}\nregional = true\n"
|
gce.conf: |
|
||||||
|
[global]
|
||||||
|
project-id = {{.Values.GCP.projectID }}
|
||||||
|
use-metadata-server = true
|
||||||
|
node-tags = constellation-{{ .Values.GCP.uid }}
|
||||||
|
regional = true
|
||||||
|
token-url = nil # This forces use of GOOGLE_APPLICATION_CREDENTIALS.
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
|
@ -4,4 +4,4 @@ metadata:
|
||||||
name: gceconf
|
name: gceconf
|
||||||
namespace: testNamespace
|
namespace: testNamespace
|
||||||
data:
|
data:
|
||||||
gce.conf: "[global]\nproject-id = 42424242424242\nuse-metadata-server = true\nnode-tags = constellation-242424242424\nregional = true\n"
|
gce.conf: "[global]\nproject-id = 42424242424242\nuse-metadata-server = true\nnode-tags = constellation-242424242424\nregional = true\ntoken-url = nil # This forces use of GOOGLE_APPLICATION_CREDENTIALS."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue