Refactor gitops repositories;Move capi manifests to subfolder;Sort components in tty console message;Generalize templates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-31 18:19:13 +02:00
parent 1c60214f5a
commit 933615adeb
6 changed files with 68 additions and 23 deletions

View File

@ -1,12 +1,12 @@
apiVersion: v1
kind: Secret
metadata:
name: {{ _template.name }}-{{ _template.uid }}
name: {{ _template.name }}
namespace: {{ _template.namespace }}
labels:
argocd.argoproj.io/secret-type: repository
stringData:
url: ssh://git@gitea-ssh.gitea.svc.cluster.local/mc/GitOps.Config.git
url: {{ _template.url }}
name: {{ _template.name }}
insecure: 'true'
sshPrivateKey: |