Skip to content

Commit

Permalink
Test Scripts - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Bialas committed Apr 29, 2024
1 parent 654cb39 commit aff60e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/templates_sbx/config/kube-config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
apiVersion: v1
kind: Config
preferences: {}
current-context: %NAMESPACE%-service-account@Dev
current-context: %NAMESPACE%-service-account@Sbx
clusters:
- cluster:
certificate-authority-data: %CA_CERT%
server: %KUBE_SERVER_URL%
name: !!str Dev
name: !!str Sbx
contexts:
- context:
cluster: !!str Dev
cluster: !!str Sbx
user: %NAMESPACE%-service-account
name: %NAMESPACE%-service-account@Dev
name: %NAMESPACE%-service-account@Sbx
users:
- name: %NAMESPACE%-service-account
user:
Expand Down

0 comments on commit aff60e3

Please sign in to comment.