Autopilot Bootstrap
This commit is contained in:
parent
969010d870
commit
cedc266f72
9 changed files with 203 additions and 0 deletions
17
bootstrap/argo-cd/kustomization.yaml
Normal file
17
bootstrap/argo-cd/kustomization.yaml
Normal file
|
@ -0,0 +1,17 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
configMapGenerator:
|
||||
- behavior: merge
|
||||
literals:
|
||||
- |
|
||||
repository.credentials=- passwordSecret:
|
||||
key: git_token
|
||||
name: autopilot-secret
|
||||
url: https://forgejo.mixinet.net/
|
||||
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.19
|
Loading…
Add table
Add a link
Reference in a new issue