File tree Expand file tree Collapse file tree
delta/swarm-cloudwatch-reporter/crons
gamma/swarm-cloudwatch-reporter/crons Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,9 +145,6 @@ aws_secret_access_key=GrOO85hfoc7+bwT2GjoWbLyzyNbOKb2/XOJbCJsv
145145[starlord:vars]
146146starlord_vault_token=319ff979-b066-87c7-1172-6f3b5305d749
147147
148- [swarm-manager:vars]
149- environment_name=delta
150-
151148[user-vault:vars]
152149user_vault_s3_access_key=AKIAJRB2ERCOLHGNYAFQ
153150user_vault_s3_secret_key=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
Original file line number Diff line number Diff line change @@ -123,9 +123,6 @@ aws_secret_access_key=GrOO85hfoc7+bwT2GjoWbLyzyNbOKb2/XOJbCJsv
123123[starlord:vars]
124124starlord_vault_token=8d6b414a-2e6d-65fb-f0b8-c6200ae688ad
125125
126- [swarm-manager:vars]
127- environment_name=gamma
128-
129126[user-vault:vars]
130127user_vault_s3_access_key=AKIAIOTM4MKOJJVUL7IQ
131128user_vault_s3_secret_key=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
Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ container_envs:
2323 - name : AWS_SECRET_KEY
2424 value : " {{ aws_secret_key }}"
2525 - name : DOCKER_CERT_PATH
26- value : " /opt /ssl/docker/swarm-manager "
26+ value : " /etc /ssl/docker"
2727 - name : ENVIRONMENT
28- value : " {{ environment_name }}"
28+ value : " {{ env }}"
2929 - name : SWARM_HOSTNAME
3030 value : " {{ swarm_host_address }}"
3131 - name : SWARM_PORT
Original file line number Diff line number Diff line change 2020 volumeMounts:
2121 - name: swarm-cloudwatch-reporter-docker-ssl-certs
2222 mountPath: /etc/ssl/docker
23- image: quay.io/runnable/furry-cactus:master
23+ image: quay.io/runnable/furry-cactus:v2.0.0
2424 env:
2525 - name: DATADOG_HOST
2626 valueFrom:
3333 - name: AWS_SECRET_KEY
3434 value: "wgJ8gIKbe6dEpJxJHx8tnVWVWRMP8AhrLtOfWNsZ"
3535 - name: DOCKER_CERT_PATH
36- value: "/opt /ssl/docker/swarm-manager "
36+ value: "/etc /ssl/docker"
3737 - name: ENVIRONMENT
3838 value: "delta"
3939 - name: SWARM_HOSTNAME
Original file line number Diff line number Diff line change 3333 - name: AWS_SECRET_KEY
3434 value: "wgJ8gIKbe6dEpJxJHx8tnVWVWRMP8AhrLtOfWNsZ"
3535 - name: DOCKER_CERT_PATH
36- value: "/opt /ssl/docker/swarm-manager "
36+ value: "/etc /ssl/docker"
3737 - name: ENVIRONMENT
3838 value: "gamma"
3939 - name: SWARM_HOSTNAME
You can’t perform that action at this time.
0 commit comments