18 lines
462 B
YAML
18 lines
462 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
configMapGenerator:
|
||
|
- behavior: merge
|
||
|
literals:
|
||
|
- |
|
||
|
repository.credentials=- passwordSecret:
|
||
|
key: git_token
|
||
|
name: autopilot-secret
|
||
|
url: https://gitea.simplysyncedllc.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.17
|