Skip to content

Commit

Permalink
feat: label cluster access to have physical
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Dec 20, 2023
1 parent 5f2e5dc commit 800ae24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chart/templates/post-install/cluster_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ spec:
metadata:
labels: {{- include "sulfoxide-helium.labels" $ | nindent 10 }}
argocd.argoproj.io/secret-type: cluster
atomi.cloud/cluster-type: virtual
atomi.cloud/cluster-type: physical
annotations: {{- include "sulfoxide-helium.annotations" $ | nindent 10 }}
argocd.argoproj.io/secret-type: cluster
atomi.cloud/cluster-type: physical
data:
name: '{{ `{{ get ( .kubeconfig | fromJson ) "name" }}` }}'
server: '{{ `{{ get ( .kubeconfig | fromJson ) "server" }}` }}'
Expand Down

0 comments on commit 800ae24

Please sign in to comment.