Skip to content

Commit

Permalink
Add deployment for PR #855
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 19, 2023
1 parent eadbf56 commit e01e280
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions staging/pr-855.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: pr-855
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://github.com/TUM-Dev/navigatum.git
targetRevision: renovate/actions-checkout-digest
path: deployment/k3s
helm:
version: v3
values: |
namespace: pr-855
tag: pr-855
url: pr-855.nav.tum.sexy
server:
MEILI_MASTER_KEY: YTk2NjE5ZDczYjcyMGRjZDkwNjIK
# GITHUB_TOKEN is intentionally omitted, as this file is templated and then added to git in the deployments branch
# JWT_KEY is omitted, because adding it would only make sense in conjunction with GITHUB_TOKEN
# MEILI_MASTER_KEY being added is not a security risk, since it is a hidden service and even if exposed is heavily restricted by other network policies
destination:
server: https://kubernetes.default.svc
namespace: pr-855
syncPolicy:
automated:
selfHeal: true
prune: true
syncOptions:
- PrunePropagationPolicy=foreground
- CreateNamespace=true
retry:
limit: 2
backoff:
duration: 5s
factor: 2
maxDuration: 3m0s

0 comments on commit e01e280

Please sign in to comment.