Fix argocd-cm ConfigMap YAML structure
Move metadata.name and app.kubernetes.io/part-of label from data section to proper metadata section. This was causing kustomize build failures. Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
a4657317f2
commit
1ed15d98ea
1 changed files with 2 additions and 2 deletions
|
|
@ -31219,8 +31219,10 @@ data:
|
||||||
- UpdateRequest
|
- UpdateRequest
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
|
name: argocd-cm
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: argocd-cm
|
app.kubernetes.io/name: argocd-cm
|
||||||
|
app.kubernetes.io/part-of: argocd
|
||||||
data:
|
data:
|
||||||
url: https://argo.basicstack.de
|
url: https://argo.basicstack.de
|
||||||
oidc.config: |
|
oidc.config: |
|
||||||
|
|
@ -31236,8 +31238,6 @@ data:
|
||||||
requestedIDTokenClaims:
|
requestedIDTokenClaims:
|
||||||
groups:
|
groups:
|
||||||
essential: true
|
essential: true
|
||||||
app.kubernetes.io/part-of: argocd
|
|
||||||
name: argocd-cm
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue