Skip to content

Commit

Permalink
feat: add raw-resources chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kory33 committed Oct 2, 2023
1 parent 16bace3 commit 454b286
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm-charts/raw-resources/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v2
description: A Helm chart for raw Kubernetes resources
name: raw-resources
version: 0.1.0
4 changes: 4 additions & 0 deletions helm-charts/raw-resources/templates/resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{{- range .Values.manifests }}
---
{{ toYaml . -}}
{{- end }}
2 changes: 2 additions & 0 deletions helm-charts/raw-resources/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Array of manifest strings to be applied to the cluster
manifests: []

0 comments on commit 454b286

Please sign in to comment.