Skip to content

Commit 1028cec

Browse files
committed
fix2
1 parent 2e380ae commit 1028cec

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

apps/argocd/values.yaml.gotmpl

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ server:
1212
enabled: true
1313

1414
extraObjects:
15-
- apiVersion: v1
16-
kind: Secret
17-
metadata:
18-
annotations:
19-
managed-by: argocd.argoproj.io
20-
labels:
21-
argocd.argoproj.io/secret-type: cluster
22-
clusterGroup: cyrannus
23-
clusterId: helios
24-
environmentId: cyrannus
25-
name: cluster-kubernetes.default.svc
26-
namespace: argocd
15+
- apiVersion: v1
16+
kind: Secret
17+
metadata:
18+
annotations:
19+
managed-by: argocd.argoproj.io
20+
labels:
21+
argocd.argoproj.io/secret-type: cluster
22+
clusterGroup: cyrannus
23+
clusterId: helios
24+
environmentId: cyrannus
25+
name: cluster-kubernetes.default.svc
26+
namespace: argocd
2727
type: Opaque
28-
stringData:
28+
stringData:
2929
config: |
30-
{"tlsClientConfig":{"insecure":false}}
31-
name: cyrannus-helios
32-
server: "https://kubernetes.default.svc"
30+
{"tlsClientConfig":{"insecure":false}}
31+
name: cyrannus-helios
32+
server: "https://kubernetes.default.svc"

0 commit comments

Comments
 (0)