Skip to content

Commit

Permalink
fix: re-add removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
MessKon committed Jul 24, 2023
1 parent 6f5bcc2 commit e0c4d9f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml
2 changes: 2 additions & 0 deletions services/dkp-insights/0.5.0/helmrelease/extra-images.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{{ .Values.kubeBench.config.image.repository }}:{{ .Values.kubeBench.config.image.tag }}
{{ .Values.kubeBench.config.pause.image.repository }}:{{ .Values.kubeBench.config.pause.image.tag }}
4 changes: 4 additions & 0 deletions services/dkp-insights/0.5.0/helmrelease/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- helmrelease.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
postgresql:
metrics:
enabled: true
volumePermissions:
enabled: true
nova:
helmRepositoryURLs: ["https://mesosphere.github.io/charts/stable"]
trivy:
enabled: true

0 comments on commit e0c4d9f

Please sign in to comment.