Skip to content

Commit

Permalink
add config map
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 25, 2023
1 parent e6d5948 commit 7c4749d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kas/helm/kas/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ template "kas.fullname" . }}
labels:
{{- include "kas.labels" . | nindent 4 }}
data:
config.yaml: |
plural_url: "" # TODO: Add full config.
8 changes: 8 additions & 0 deletions kas/helm/kas/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
nodeSelector: {}

tolerations: []

affinity: {}

podAnnotations: {}

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down

0 comments on commit 7c4749d

Please sign in to comment.