Skip to content

Commit

Permalink
Merge pull request #103 from NatalyaMyraan/master
Browse files Browse the repository at this point in the history
Fixed env error
  • Loading branch information
zakkg3 authored Oct 16, 2023
2 parents bab429d + 39d819d commit a768ae3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions yaml/02_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ spec:
serviceAccountName: clustersecret-account
# imagePullSecrets:
# - name: regcred
env:
- name: CLUSTER_SECRET_VERSION
value: "v0.0.10"
- name: REPLACE_EXISTING
value: "false"
containers:
- name: clustersecret
image: quay.io/clustersecret/clustersecret:0.0.10
Expand All @@ -30,6 +25,11 @@ spec:
path: /healthz
port: 8080
periodSeconds: 120
env:
- name: CLUSTER_SECRET_VERSION
value: "v0.0.10"
- name: REPLACE_EXISTING
value: "false"
# imagePullPolicy: Always
# Uncomment next lines for debug:
# command:
Expand Down

0 comments on commit a768ae3

Please sign in to comment.