Initial commit: Neon Vortex application with Helm chart
This commit is contained in:
8
neon-vortex-chart/templates/configmap.yaml
Normal file
8
neon-vortex-chart/templates/configmap.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "neon-vortex.fullname" . }}
|
||||
labels:
|
||||
{{- include "neon-vortex.labels" . | nindent 4 }}
|
||||
data:
|
||||
app.name: "neon-vortex"
|
||||
Reference in New Issue
Block a user