Skip to content

Commit

Permalink
aws conn details
Browse files Browse the repository at this point in the history
  • Loading branch information
rusenask committed Jun 18, 2018
1 parent 0e8a64f commit bff2856
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
20 changes: 17 additions & 3 deletions deployment/deployment-norbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,16 @@ spec:
- image: keelhq/keel:0.9.3
imagePullPolicy: Always
env:
# Poll enables active polling if specified in deployment.yaml, set it to 0 to disable feature
# - name: POLL
# value: "1"
- name: PUBSUB
value: "1"
# value: "0"
# PubSub is used when using with Google's GCR registry
# - name: PUBSUB
# value: "1"
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
# Enable/disable Helm provider
# - name: HELM_PROVIDER
# value: "1"
Expand Down Expand Up @@ -70,6 +76,14 @@ spec:
# value: "pass"
# - name: MATTERMOST_ENDPOINT
# value: ""
# AWS ECR registry connection details
# More info can be found here: https://docs.aws.amazon.com/sdk-for-go/api/aws/session/
# - name: AWS_REGION
# value: "your aws region"
# - name: AWS_ACCESS_KEY_ID
# value: "AKID"
# - name: AWS_SECRET_ACCESS_KEY
# value: "secret"
name: keel
command: ["/bin/keel"]
ports:
Expand Down
20 changes: 18 additions & 2 deletions deployment/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,21 @@ spec:
- image: keelhq/keel:0.9.3
imagePullPolicy: Always
env:
# Poll enables active polling if specified in deployment.yaml, set it to 0 to disable feature
# - name: POLL
# value: "1"
# value: "0"
# PubSub is used when using with Google's GCR registry
# - name: PUBSUB
# value: "1"
# value: "1"
- name: NAMESPACE
valueFrom:
fieldRef:
fieldPath: metadata.namespace
# Enable/disable Helm provider
# - name: HELM_PROVIDER
# value: "1"
# - name: TILLER_ADDRESS
# value: tiller-deploy.kube-system.svc.cluster.local:44134
# Default Docker registry configuration (will override secrets if there are any)
# 'auth' parameter is base 64 encoded username:password pair. Ideally this environment variable would be a Kubernetes secret.
# - name: DOCKER_REGISTRY_CFG
Expand Down Expand Up @@ -124,6 +132,14 @@ spec:
# value: "pass"
# - name: MATTERMOST_ENDPOINT
# value: ""
# AWS ECR registry connection details
# More info can be found here: https://docs.aws.amazon.com/sdk-for-go/api/aws/session/
# - name: AWS_REGION
# value: "your aws region"
# - name: AWS_ACCESS_KEY_ID
# value: "AKID"
# - name: AWS_SECRET_ACCESS_KEY
# value: "secret"
name: keel
command: ["/bin/keel"]
ports:
Expand Down

0 comments on commit bff2856

Please sign in to comment.