Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,9 @@ spec:
- name: PUBLIC_ACCESS_BUCKET_THRESHOLD
value: "0"
secretsProvided:
{% if wb_version %}
{% include "gcp-auth.yaml" ignore missing %}
{% else %}
- name: gcp_credentials
workspaceKey: {{custom.gcp_ops_suite_sa}}
workspaceKey: AUTH DETAILS NOT FOUND
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ spec:
- name: GCP_PROJECT_ID
value: {{match_resource.resource.project_id}}
secretsProvided:
{% if wb_version %}
{% include "gcp-auth.yaml" ignore missing %}
{% else %}
- name: gcp_credentials
workspaceKey: {{custom.gcp_ops_suite_sa}}
workspaceKey: AUTH DETAILS NOT FOUND
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ spec:
- name: GCP_PROJECT_ID
value: {{match_resource.resource.project_id}}
secretsProvided:
{% if wb_version %}
{% include "gcp-auth.yaml" ignore missing %}
{% else %}
- name: gcp_credentials
workspaceKey: {{custom.gcp_ops_suite_sa}}
workspaceKey: AUTH DETAILS NOT FOUND
{% endif %}
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ spec:
secretsProvided:
{% if wb_version %}
{% include "kubernetes-auth.yaml" ignore missing %}
{% include "gcp-auth.yaml" ignore missing %}
{% else %}
- name: kubeconfig
workspaceKey: {{custom.kubeconfig_secret_name}}
{% endif %}
- name: gcp_credentials
workspaceKey: {{custom.gcp_ops_suite_sa}}
workspaceKey: AUTH DETAILS NOT FOUND
{% endif %}
Loading