diff --git a/konf/site.yaml b/konf/site.yaml index 9a5bfef46b4..81d71a123bf 100644 --- a/konf/site.yaml +++ b/konf/site.yaml @@ -260,6 +260,16 @@ production: secretKeyRef: key: api-key name: trueability + + - name: MARKETO_API_CLIENT + secretKeyRef: + key: api_client + name: marketo + + - name: MARKETO_API_SECRET + secretKeyRef: + key: api_secret + name: marketo - paths: [/tutorials] name: ubuntu-com-tutorials @@ -754,6 +764,16 @@ staging: key: organization name: credly + - name: MARKETO_API_CLIENT + secretKeyRef: + key: api_client + name: marketo + + - name: MARKETO_API_SECRET + secretKeyRef: + key: api_secret + name: marketo + - paths: [/tutorials] name: ubuntu-com-tutorials app_name: ubuntu.com-tutorials