fix: fix fornix namespace
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: {{ .Values.fornix.env }}-fornix
|
||||
name: fornix
|
||||
namespace: argocd
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
destination:
|
||||
namespace: {{ .Values.fornix.env }}-atlantis
|
||||
namespace: fornix
|
||||
server: https://kubernetes.default.svc
|
||||
project: default
|
||||
sources:
|
||||
|
||||
Reference in New Issue
Block a user