Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/meowbot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: meowbot
description: A Helm chart for Kubernetes
type: application
version: 0.1.0
version: 0.2.0
appVersion: "1.0.3"
4 changes: 4 additions & 0 deletions charts/meowbot/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "meowbot.fullname" . }}
labels:
{{- include "meowbot.labels" . | nindent 4 }}
{{- with .Values.deploymentAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
Expand Down
5 changes: 5 additions & 0 deletions charts/meowbot/values-non.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ envSecrets:
key: dotablaze-tech-discord-bot-token
property: token
secretName: meowbot-non

# Opt-in for Reloader: comma-separated Secret names, matching the two
# distinct secretName values among the envSecrets entries above.
deploymentAnnotations:
secret.reloader.stakater.com/reload: "meowbot-pg-non,meowbot-non"
5 changes: 5 additions & 0 deletions charts/meowbot/values-prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ envSecrets:
key: dotablaze-tech-discord-bot-token
property: token
secretName: meowbot-prd

# Opt-in for Reloader: comma-separated Secret names, matching the two
# distinct secretName values among the envSecrets entries above.
deploymentAnnotations:
secret.reloader.stakater.com/reload: "meowbot-pg-prd,meowbot-prd"