add local gitea auth

This commit is contained in:
2024-07-01 21:26:47 -05:00
parent 158346a6a9
commit ed01fcf162
2 changed files with 6 additions and 6 deletions

View File

@@ -33,10 +33,10 @@ spec:
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: argocd-repo-infrastructure-secret
name: argocd-repo-infrastructure-cl01tl-secret
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: argocd-repo-infrastructure-secret
app.kubernetes.io/name: argocd-repo-infrastructure-cl01tl-secret
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: repo
@@ -51,20 +51,20 @@ spec:
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/argocd/credentials/repo/infrastructure
key: /cl01tl/argocd/credentials/repo/infrastructure-cl01tl
metadataPolicy: None
property: type
- secretKey: url
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/argocd/credentials/repo/infrastructure
key: /cl01tl/argocd/credentials/repo/infrastructure-cl01tl
metadataPolicy: None
property: url
- secretKey: sshPrivateKey
remoteRef:
conversionStrategy: Default
decodingStrategy: None
key: /cl01tl/argocd/credentials/repo/infrastructure
key: /cl01tl/argocd/credentials/repo/infrastructure-cl01tl
metadataPolicy: None
property: sshPrivateKey

View File

@@ -1,7 +1,7 @@
cluster:
name: cl01tl
git:
repo: https://gitea-ssh.gitea:22/alexlebens/infrastructure.git
repo: git@gitea-ssh.gitea:22:alexlebens/infrastructure.git
revision: HEAD
applicationSet:
- name: applications