Autopilot Bootstrap
This commit is contained in:
parent
969010d870
commit
cedc266f72
9 changed files with 203 additions and 0 deletions
38
bootstrap/argo-cd.yaml
Normal file
38
bootstrap/argo-cd.yaml
Normal file
|
@ -0,0 +1,38 @@
|
|||
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://forgejo.mixinet.net/blogops/argocd.git
|
||||
syncPolicy:
|
||||
automated:
|
||||
allowEmpty: true
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- allowEmpty=true
|
||||
status:
|
||||
health: {}
|
||||
summary: {}
|
||||
sync:
|
||||
comparedTo:
|
||||
destination: {}
|
||||
source:
|
||||
repoURL: ""
|
||||
status: ""
|
Loading…
Add table
Add a link
Reference in a new issue