Skip to content

Commit

Permalink
consolidating coder helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpbennett committed Jul 17, 2024
1 parent f8b30b2 commit 401aeee
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,30 @@ spec:
automated:
prune: true
selfHeal: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: coder-db
namespace: argocd
spec:
project: default
source:
chart: postgresql
repoURL: https://charts.bitnami.com/bitnami
targetRevision: 15.5.17
helm:
valuesObject:
auth:
username: coder
password: coder
database: coder
persistence:
size: 10Gi
destination:
server: "https://kubernetes.default.svc"
namespace: coder
syncPolicy:
automated:
prune: true
selfHeal: true
26 changes: 0 additions & 26 deletions kubernetes/registry/helm/coder/coder-db-helm.yaml

This file was deleted.

0 comments on commit 401aeee

Please sign in to comment.