Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions chart/infra-server/static/flavors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,11 @@
value: us-east1
kind: optional

- name: enable-wif
description: Use Workload Identity Federation instead of service account key
value: "false"
kind: optional

artifacts:
- name: kubeconfig
description: Kube config for connecting to this cluster
Expand Down
6 changes: 6 additions & 0 deletions chart/infra-server/static/workflow-osd-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ spec:
value: "m5.xlarge"
- name: gcp-region
value: us-east1
- name: enable-wif
value: "false"
volumeClaimTemplates:
- metadata:
name: data
Expand Down Expand Up @@ -76,6 +78,8 @@ spec:
value: "infra"
- name: GCP_REGION
value: '{{ "{{" }}workflow.parameters.gcp-region{{ "}}" }}'
- name: ENABLE_WIF
value: '{{ "{{" }}workflow.parameters.enable-wif{{ "}}" }}'
volumeMounts:
- name: data
mountPath: /data
Expand Down Expand Up @@ -152,6 +156,8 @@ spec:
key: GCP_SERVICE_ACCOUNT_KEY_BASE64
- name: GCP_PROJECT
value: "acs-team-temp-dev"
- name: ENABLE_WIF
value: '{{ "{{" }}workflow.parameters.enable-wif{{ "}}" }}'
volumeMounts:
- name: data
mountPath: /data
Loading