Skip to content

Commit eebf7a2

Browse files
committed
Add manifests and ArgoCD patches
1 parent a65fe27 commit eebf7a2

10 files changed

Lines changed: 33 additions & 0 deletions

argocd-cm-patch.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: argocd-cm
5+
namespace: argocd
6+
data:
7+
admin.enabled: "true"
8+
dex.config: ""

argocd-cm.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: v1
2+
kind: ConfigMap
3+
metadata:
4+
name: argocd-cm
5+
namespace: argocd
6+
data:
7+
admin.enabled: "true"
8+
accounts.admin: "apiKey"

argocd-pass.b64

54 Bytes
Binary file not shown.

argocd-pass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hJKMBqAzXjdvlb3L

current.b64

30 Bytes
Binary file not shown.

current.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
admin123

dns-patch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[
2+
{
3+
"op": "add",
4+
"path": "/spec/template/spec/dnsConfig",
5+
"value": {
6+
"nameservers": ["8.8.8.8", "1.1.1.1"]
7+
}
8+
}
9+
]

pass.b64

54 Bytes
Binary file not shown.

pass.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DWPuF6qlDRSDLFX1

patch.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"data": {
3+
"password": "YWRtaW4xMjM="
4+
}
5+
}

0 commit comments

Comments
 (0)