Describe the bug
A clear and concise description of what the bug is.
Reference Kubernetes secret is not clear if supported in values file for github app here , is it mount additional volume and reference the secret or reference the secret name directly. do we just reference the app id and the existing secret created from pem key ?
envFrom:
- secretRef:
name: github-runner-app
Version of Helm and Kubernetes:
3 , 1.23
Which chart:
github-actions-runner-operator
Describe the bug
A clear and concise description of what the bug is.
Reference Kubernetes secret is not clear if supported in values file for github app here , is it mount additional volume and reference the secret or reference the secret name directly. do we just reference the app id and the existing secret created from pem key ?
envFrom:
name: github-runner-app
Version of Helm and Kubernetes:
3 , 1.23
Which chart:
github-actions-runner-operator
helm-charts/charts/github-actions-runner-operator/values.yaml
Line 73 in 75b8ed9