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: 2 additions & 0 deletions manifests/piped/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ spec:
{{- include "piped.selectorLabels" . | nindent 8 }}
annotations:
sidecar.istio.io/inject: "false"
{{- if .Values.args.forceRestart }}
rollme: {{ randAlphaNum 5 | quote }}
{{- end }}
spec:
serviceAccountName: {{ include "piped.serviceAccountName" . }}
containers:
Expand Down
2 changes: 2 additions & 0 deletions manifests/piped/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ args:
# Specifies whether it adds logged-in user to /etc/passwd at runtime.
# This is typically for applications running as a random user ID, such as OpenShift less than 4.2.
addLoginUserToPasswd: false
# Ensure that the pod will be restarted by random an annotation value to key rollme.
forceRestart: true

launcher:
enabled: false
Expand Down