Set latest and pullPolicy defaults.
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -2,10 +2,10 @@ kind: Deployment | ... | @@ -2,10 +2,10 @@ kind: Deployment |
2 | 2 | ||
3 | imagePullSecrets: {} | 3 | imagePullSecrets: {} |
4 | image: | 4 | image: |
5 | pullPolicy: null | 5 | pullPolicy: IfNotPresent |
6 | registry: docker.io | 6 | registry: docker.io |
7 | repository: moqui/moquidemo | 7 | repository: moqui/moquidemo |
8 | tag: null | 8 | tag: latest |
9 | 9 | ||
10 | configMap: | 10 | configMap: |
11 | entity_ds_db_conf: "postgres" | 11 | entity_ds_db_conf: "postgres" |
... | @@ -27,9 +27,9 @@ postgresql: | ... | @@ -27,9 +27,9 @@ postgresql: |
27 | password: iuqom | 27 | password: iuqom |
28 | jdbcImage: | 28 | jdbcImage: |
29 | enabled: false | 29 | enabled: false |
30 | pullPolicy: null | 30 | pullPolicy: IfNotPresent |
31 | repository: null | 31 | repository: null |
32 | tag: null | 32 | tag: latest |
33 | 33 | ||
34 | opensearch: | 34 | opensearch: |
35 | enabled: true | 35 | enabled: true | ... | ... |
-
Please register or sign in to post a comment