argo/cm.yaml: enable argocd kustomize plugins
This commit is contained in:
parent
6742923cce
commit
b2d0614d8b
1 changed files with 1 additions and 25 deletions
26
argo/cm.yaml
26
argo/cm.yaml
|
@ -9,6 +9,7 @@ metadata:
|
||||||
app.kubernetes.io/name: argocd-cm
|
app.kubernetes.io/name: argocd-cm
|
||||||
app.kubernetes.io/part-of: argocd
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
|
kustomize.buildOptions: "--enable-alpha-plugins --enable-exec"
|
||||||
statusbadge.enabled: "true"
|
statusbadge.enabled: "true"
|
||||||
resource.customizations: |
|
resource.customizations: |
|
||||||
networking.k8s.io/Ingress:
|
networking.k8s.io/Ingress:
|
||||||
|
@ -33,28 +34,3 @@ data:
|
||||||
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
|
# Optional set of OIDC scopes to request. If omitted, defaults to: ["openid", "profile", "email", "groups"]
|
||||||
requestedScopes: ["openid", "profile", "email"]
|
requestedScopes: ["openid", "profile", "email"]
|
||||||
logoutURL: https://auth.ar21.de/application/o/yolokube-argocd/end-session/
|
logoutURL: https://auth.ar21.de/application/o/yolokube-argocd/end-session/
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: argocd-cmd-params-cm
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/instance: argocd-ingress
|
|
||||||
app.kubernetes.io/name: argocd-cm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
data:
|
|
||||||
server.insecure: "true"
|
|
||||||
---
|
|
||||||
kind: ConfigMap
|
|
||||||
apiVersion: v1
|
|
||||||
metadata:
|
|
||||||
name: argocd-rbac-cm
|
|
||||||
namespace: argocd
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/instance: argocd-ingress
|
|
||||||
app.kubernetes.io/name: argocd-cm
|
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
data:
|
|
||||||
policy.csv: |
|
|
||||||
g, yolokube-general, role:admin
|
|
||||||
|
|
Loading…
Reference in a new issue