Skip to content

Commit

Permalink
corends-use-custom-configmap (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvix authored Feb 7, 2022
1 parent 19fb0c8 commit 0c0e93b
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions templates/files/k8s-resource/coredns-app.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: coredns-user-values
namespace: giantswarm
data:
values: |
cluster:
kubernetes:
clusterDomain: {{ .ClusterDomain }}
---
apiVersion: application.giantswarm.io/v1alpha1
kind: App
metadata:
Expand Down Expand Up @@ -29,8 +40,8 @@ spec:
namespaceConfig: {}
userConfig:
configMap:
name: ""
namespace: ""
name: coredns-user-values
namespace: giantswarm
secret:
name: ""
namespace: ""
Expand Down

0 comments on commit 0c0e93b

Please sign in to comment.