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