@@ -1,38 +0,0 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/managed-by: argocd-autopilot
|
|
||||||
app.kubernetes.io/name: argo-cd
|
|
||||||
name: argo-cd
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
destination:
|
|
||||||
namespace: argocd
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
ignoreDifferences:
|
|
||||||
- group: argoproj.io
|
|
||||||
jsonPointers:
|
|
||||||
- /status
|
|
||||||
kind: Application
|
|
||||||
project: default
|
|
||||||
source:
|
|
||||||
path: bootstrap/argo-cd
|
|
||||||
repoURL: https://github.com/3dwardch3ng/home-cluster-ops.git
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
allowEmpty: true
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- allowEmpty=true
|
|
||||||
status:
|
|
||||||
health: {}
|
|
||||||
summary: {}
|
|
||||||
sync:
|
|
||||||
comparedTo:
|
|
||||||
destination: {}
|
|
||||||
source:
|
|
||||||
repoURL: ""
|
|
||||||
status: ""
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
configMapGenerator:
|
|
||||||
- behavior: merge
|
|
||||||
literals:
|
|
||||||
- |
|
|
||||||
repository.credentials=- passwordSecret:
|
|
||||||
key: git_token
|
|
||||||
name: autopilot-secret
|
|
||||||
url: https://github.com/
|
|
||||||
usernameSecret:
|
|
||||||
key: git_username
|
|
||||||
name: autopilot-secret
|
|
||||||
name: argocd-cm
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: argocd
|
|
||||||
resources:
|
|
||||||
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.12
|
|
||||||
Reference in New Issue
Block a user