diff --git a/helm/templates/web3auth-service-pr-60.yaml b/helm/templates/web3auth-service-pr-60.yaml new file mode 100644 index 00000000..f27faf8e --- /dev/null +++ b/helm/templates/web3auth-service-pr-60.yaml @@ -0,0 +1,53 @@ +--- +# Source: web3auth-service/templates/application.yaml +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: web3auth-service-pr-60-preview-app + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + project: example-preview-envs + source: + path: helm + repoURL: https://github.com/CloudNativeEntrepreneur/web3auth-service.git + targetRevision: renovate/npm-qs-vulnerability + helm: + version: v3 + values: | + image: + tag: pr-60-3719305b54c5526cba84f1a1a51957097ff7c424 + destination: + namespace: web3auth-service-pr-60-preview + server: https://kubernetes.default.svc + syncPolicy: + automated: + selfHeal: true + prune: true +--- +# Source: web3auth-service/templates/environment.yaml +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: web3auth-service-pr-60-preview-environment + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io + annotations: + argocd.argoproj.io/sync-wave: "-1" +spec: + project: example-preview-envs + source: + path: helm + repoURL: https://github.com/cloudnativeentrepreneur/environment.git + targetRevision: v0.4.0 + helm: + version: v3 + destination: + namespace: web3auth-service-pr-60-preview + server: https://kubernetes.default.svc + syncPolicy: + automated: + selfHeal: true + prune: true