Workaround for restircted naming scheme in Argo
This commit is contained in:
parent
df61aa094f
commit
2590164435
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
name: kubezeroApp
|
name: kubezeroApp
|
||||||
description: KubeZero ArgoCD Application - Root chart of the KubeZero
|
description: KubeZero ArgoCD Application - Root chart of the KubeZero
|
||||||
type: application
|
type: application
|
||||||
version: 0.1.5
|
version: 0.1.6
|
||||||
home: https://kubezero.com
|
home: https://kubezero.com
|
||||||
keywords:
|
keywords:
|
||||||
- kubezero
|
- kubezero
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .name }}
|
name: {{ .name | lower }}
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: {{ .name }}
|
app.kubernetes.io/name: {{ .name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user