fix
This commit is contained in:
@@ -49,11 +49,11 @@ options:
|
||||
type: object
|
||||
image:
|
||||
default:
|
||||
pullPolicy: IfNotPresent
|
||||
pull_policy: IfNotPresent
|
||||
examples:
|
||||
- pullPolicy: IfNotPresent
|
||||
- pull_policy: IfNotPresent
|
||||
properties:
|
||||
pullPolicy:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
|
||||
@@ -51,7 +51,7 @@ resource "kubectl_manifest" "prj_mongo" {
|
||||
spec:
|
||||
containers:
|
||||
- name: mongod
|
||||
imagePullPolicy: "${var.image.pullPolicy}"
|
||||
imagePullPolicy: "${var.image.pull_policy}"
|
||||
resources:
|
||||
limits:
|
||||
cpu: "${var.ressources.limits.cpu}"
|
||||
|
||||
Reference in New Issue
Block a user