8 lines
217 B
YAML
8 lines
217 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: noggin-github-webhook-secret
|
|
namespace: aaa
|
|
data:
|
|
WebHookSecretKey: "{{ (env == 'production')|ternary(noggin_github_secret, noggin_stg_github_secret) }}"
|
|
type: Opaque
|