Skip to content

Commit

Permalink
feat(sveltekit-web3auth-template): sveltekit-web3auth-template-pr-73 …
Browse files Browse the repository at this point in the history
…dd91bd6f94e1a7eb444d45791f33a5990c88aaa0
  • Loading branch information
github-actions[bot] committed Oct 7, 2023
1 parent 9f865a3 commit 82c7d43
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions helm/templates/sveltekit-web3auth-template-pr-73.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
# Source: sveltekit-web3auth-template/templates/application.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sveltekit-web3auth-template-pr-73-preview-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: example-preview-envs
source:
path: helm
repoURL: https://github.com/CloudNativeEntrepreneur/sveltekit-web3auth-template.git
targetRevision: renovate/npm-postcss-vulnerability
helm:
version: v3
values: |
image:
tag: pr-73-dd91bd6f94e1a7eb444d45791f33a5990c88aaa0
destination:
namespace: sveltekit-web3auth-template-pr-73-preview
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true
---
# Source: sveltekit-web3auth-template/templates/environment.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: sveltekit-web3auth-template-pr-73-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: sveltekit-web3auth-template-pr-73-preview
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true

0 comments on commit 82c7d43

Please sign in to comment.