mirror of https://github.com/nold360/heqet.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
392 B
23 lines
392 B
config: |
|
## default: name of this directory |
|
#name: |
|
|
|
description: My First Great Project |
|
|
|
## NetworkPolicies |
|
# networkPolicy: |
|
# groups: [] |
|
# rules: [] |
|
|
|
apps: |
|
- name: argocd |
|
repoURL: https://argoproj.github.io/argo-helm |
|
chart: argo-cd |
|
targetRevision: 3.17.6 |
|
syncWave: "0" |
|
|
|
## VaultSecrets: |
|
# secrets: |
|
# - name: argocd-secret |
|
# keys: |
|
# - admin.password
|
|
|