Skip to content

Commit a91bf7e

Browse files
committed
🚜 Update promtail to use private CA
1 parent 4746aef commit a91bf7e

File tree

9 files changed

+5
-3
lines changed

9 files changed

+5
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žbootstrap/argo-cd/kustomization.yamlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ configMapGenerator:
7272
- files/resource.customizations
7373
literals:
7474
- admin.enabled=true
75-
- kustomize.buildOptions="--enable-alpha-plugins --enable-helm --load-restrictor
76-
LoadRestrictionsNone"
75+
- kustomize.buildOptions="--enable-alpha-plugins --enable-helm --load-restrictor LoadRestrictionsNone"
7776
- statusbadge.enabled=true
7877
- url=https://argocd.devxp-tech.io
7978
- dexserver.disable.tls=true
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
{"name":"in-cluster","server":"https://kubernetes.default.svc"}
1+
{
2+
"name": "in-cluster",
3+
"server": "https://kubernetes.default.svc"
4+
}

0 commit comments

Comments
Β (0)