Skip to content

Commit

Permalink
chore: this is what it looks like without helmfile
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <devin@buhl.casa>
  • Loading branch information
onedr0p committed Feb 27, 2025
1 parent 904a511 commit 2d5ce1f
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 46 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ spec:
remediation:
strategy: rollback
retries: 3
valuesFrom:
- kind: ConfigMap
name: snapshot-controller-values
values:
controller:
replicaCount: 2
serviceMonitor:
create: true
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./helmrelease.yaml
configMapGenerator:
- name: snapshot-controller-values
files:
- values.yaml=./helm/values.yaml
configurations:
- ./helm/kustomizeconfig.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions kubernetes/apps/volsync-system/volsync/app/helm/values.yaml

This file was deleted.

13 changes: 10 additions & 3 deletions kubernetes/apps/volsync-system/volsync/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ spec:
dependsOn:
- name: snapshot-controller
namespace: kube-system
valuesFrom:
- kind: ConfigMap
name: volsync-values
values:
manageCRDs: true
replicaCount: 2
metrics:
disableAuth: true
podSecurityContext:
runAsNonRoot: true
runAsUser: 1000
runAsGroup: 1000

6 changes: 0 additions & 6 deletions kubernetes/apps/volsync-system/volsync/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,3 @@ resources:
- ./helmrelease.yaml
- ./mutatingadmissionpolicy.yaml
- ./prometheusrule.yaml
configMapGenerator:
- name: volsync-values
files:
- values.yaml=./helm/values.yaml
configurations:
- ./helm/kustomizeconfig.yaml

0 comments on commit 2d5ce1f

Please sign in to comment.