Skip to content

Commit

Permalink
Update Argo Config Secret for hub
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeromano committed Feb 27, 2024
1 parent 54b6027 commit 50fc462
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions gitops/clusters/hub-cluster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Secret
metadata:
labels:
argocd.argoproj.io/secret-type: cluster
annotations:
aws_cluster_name: hub-cluster
k8s_service_host: 2479598A0B25A29A79AAFFEB52D256F4.gr7.us-east-1.eks.amazonaws.com
name: hub-cluster-secret
namespace: argocd
type: Opaque
stringData:
name: hub
server: https://kubernetes.default.svc
data:
config: ewogICJ0bHNDbGllbnRDb25maWciOiB7CiAgICAiaW5zZWN1cmUiOiBmYWxzZQogIH0KfQo=

0 comments on commit 50fc462

Please sign in to comment.