diff --git a/argo1/infra-local.yaml b/argo1/infra-local.yaml new file mode 100644 index 0000000..7a65b31 --- /dev/null +++ b/argo1/infra-local.yaml @@ -0,0 +1,12 @@ +--- +apiVersion: v1 +kind: Secret +metadata: + name: local-git-argo1 + namespace: argocd + labels: + argocd.argoproj.io/secret-type: repository +stringData: + type: git + url: https://git.strudelline.net/infra/argocd + project: default diff --git a/argo1/secrets-local.yaml b/argo1/secrets-local.yaml new file mode 100644 index 0000000..d697b44 --- /dev/null +++ b/argo1/secrets-local.yaml @@ -0,0 +1,16 @@ +--- +apiVersion: v1 +kind: Secret +metadata: + name: local-git-token + namespace: argocd + labels: + argocd.argoproj.io/secret-type: repo-creds +stringData: + type: git + url: https://git.strudelline.net/ + project: default + password: 96dee6522bd52b6ae29b64d250a7d0781ac8cc6a + username: james + project: default + diff --git a/argo1/secrets.yaml b/argo1/secrets-svc-argocd.yaml similarity index 100% rename from argo1/secrets.yaml rename to argo1/secrets-svc-argocd.yaml diff --git a/argo1/values.yaml b/argo1/values.yaml index bdf01c0..93ada84 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -1,8 +1,8 @@ bootstrap: source: - repoURL: "git@github.com/jamesandariese/argo1" + repoURL: "https://git.strudelline.net/infra/argocd" targetRevision: "main" - path: . + path: argo1 argo-cd: crds: