Skip to content

Commit

Permalink
updated teh docker build and push code
Browse files Browse the repository at this point in the history
  • Loading branch information
gzukel committed Oct 26, 2023
1 parent aeeaf74 commit 737c5ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions manifests/deployment.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ spec:
labels:
app: -=app_name=-
spec:
volumes:
- name: -=app_name=-
secret:
secretName: -=app_name=--secret
items:
- key: config.json
path: config.json
containers:
- name: -=app_name=-
volumes:
- name: -=app_name=-
secret:
secretName: -=app_name=--secret
items:
- key: config.json
path: config.json
image: -=docker_org=-/-=docker_image=-:-=docker_tag=-
volumeMounts:
- mountPath: "/osmosis/"
Expand Down

0 comments on commit 737c5ae

Please sign in to comment.