Skip to content

Commit

Permalink
[rhio operator] missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
ktatarnikov committed Feb 10, 2025
1 parent 1432a70 commit 3b2dfe9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ target-docker
./blobs
config*.yaml
!config.example.yaml
!configmap.yaml
private-key*
9 changes: 9 additions & 0 deletions charts/rhio-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: v1
data:
{{ (.Files.Glob "configs/*").AsConfig | indent 2 }}
kind: ConfigMap
metadata:
name: {{ include "operator.fullname" . }}-configmap
labels:
{{- include "operator.labels" . | nindent 4 }}

0 comments on commit 3b2dfe9

Please sign in to comment.