Add external secrets

This commit is contained in:
Ruben Hensen
2024-09-10 14:19:46 +02:00
parent 38d4101c99
commit b61d667e2b
2 changed files with 19 additions and 30 deletions
+19
View File
@@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: helm-external-secrets
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
syncPolicy:
syncOptions:
- CreateNamespace=true
project: default
sources:
- chart: external-secrets
repoURL: https://charts.external-secrets.io
targetRevision: 0.10.3
destination:
server: https://kubernetes.default.svc
namespace: external-secrets
-30
View File
@@ -1,30 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: simple-helm
namespace: argocd
spec:
destination:
name: ''
namespace: default
server: https://kubernetes.default.svc
project: default
source:
path: simple-with-envs # (1)
repoURL: https://github.com/piomin/sample-generic-helm-charts.git
targetRevision: HEAD
plugin: # (2)
env:
- name: HELM_VALUES # (3)
value: |
image:
registry: quay.io
repository: pminkows/sample-kotlin-spring
tag: "1.4.30"
app:
name: sample-spring-boot-kotlin
replicas: 1
ports:
- name: http
value: 8080