fix
This commit is contained in:
@@ -29,7 +29,7 @@ resource "kubectl_manifest" "deploy" {
|
||||
- name: BRIDGE_USER_AUTH
|
||||
value: disabled
|
||||
image: "${var.images.okd.registry}/${var.images.okd.repository}:${var.images.okd.tag}"
|
||||
imagePullPolicy: "${var.images.okd.pullPolicy}"
|
||||
imagePullPolicy: "${var.images.okd.pull_policy}"
|
||||
ports:
|
||||
- containerPort: 9000
|
||||
name: http
|
||||
|
||||
@@ -9,25 +9,25 @@ options:
|
||||
images:
|
||||
default:
|
||||
okd:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: quay.io
|
||||
repository: openshift/origin-console
|
||||
tag: 4.15.0
|
||||
examples:
|
||||
- okd:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: quay.io
|
||||
repository: openshift/origin-console
|
||||
tag: 4.15.0
|
||||
properties:
|
||||
okd:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
registry: quay.io
|
||||
repository: openshift/origin-console
|
||||
tag: 4.15.0
|
||||
properties:
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
|
||||
Reference in New Issue
Block a user