Skip to content

Commit

Permalink
Fixed kuberneter entities names
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuri Pastushenko committed Dec 28, 2018
1 parent 7e569c8 commit 22c9401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .helm/slack-duty-bot/templates/configmap.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: "{{ include "slack-duty-bot.name" . }}-config-map"
name: "{{ include "slack-duty-bot.fullname" . }}"
data:
config.yaml: |-
slack:
Expand Down
2 changes: 1 addition & 1 deletion .helm/slack-duty-bot/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: v1
kind: Secret
metadata:
name: "{{ include "slack-duty-bot.name" . }}-secret"
name: "{{ include "slack-duty-bot.fullname" . }}"
type: Opaque
data:
token: {{ .Values.configuration.slackToken | b64enc }}
3 changes: 0 additions & 3 deletions .helm/slack-duty-bot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

nameOverride: "slack-duty-bot"
fullnameOverride: "slack-duty-bot"

replicaCount: 1

image:
Expand Down

0 comments on commit 22c9401

Please sign in to comment.