Skip to content

Commit

Permalink
feat(example-policy-service): example-policy-service-pr-43 7534e412a4…
Browse files Browse the repository at this point in the history
…b68e8f26908b8a1c61aff33d49bd5c
  • Loading branch information
github-actions[bot] committed Nov 20, 2022
1 parent b787b7a commit 6d8cb3e
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions helm/templates/example-policy-service-pr-43.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
# Source: web3auth-db-preview/templates/application.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: example-policy-service-pr-43-preview-app
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
annotations:
argocd.argoproj.io/sync-wave: "2"
spec:
project: example-preview-envs
source:
path: helm
repoURL: https://github.com/CloudNativeEntrepreneur/example-policy-service.git
targetRevision: feat/gitops-2
helm:
version: v3
destination:
namespace: example-policy-service-pr-43-preview
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true
---
# Source: web3auth-db-preview/templates/environment.yaml
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: example-policy-service-pr-43-preview-environment
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: example-preview-envs
source:
path: helm
repoURL: https://github.com/cloudnativeentrepreneur/environment.git
targetRevision: v0.4.0
helm:
version: v3
destination:
namespace: example-policy-service-pr-43-preview
server: https://kubernetes.default.svc
syncPolicy:
automated:
selfHeal: true
prune: true

0 comments on commit 6d8cb3e

Please sign in to comment.