You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{- if and .Values.services.runner.enabled (empty .Values.external_secrets.runner_env_existingSecret)}}
apiVersion: v1
kind: Secret
type: Opaque
metadata:
namespace: {{ .Release.Namespace }}
name: {{ .Release.Name }}-runner-secrets
stringData:
RUNNER_HMAC_SECRET_KEY: {{ required "env.runner_envs.hmac_secret_key must be set when services.runner.enabled=true and external_secrets.runner_env_existingSecret is empty" .Values.env.runner_envs.hmac_secret_key | quote }}