mirror of
https://github.com/oracle/zfssa-csi-driver.git
synced 2025-09-16 14:48:23 +00:00
zfssa-3-canary: updates for bot dependencies
This commit is contained in:
@@ -7,7 +7,7 @@ metadata:
|
||||
spec:
|
||||
restartPolicy: Always
|
||||
containers:
|
||||
- image: container-registry.oracle.com/os/oraclelinux:7-slim
|
||||
- image: {{ .Values.imageBase }}{{ .Values.images.os.name }}:{{ .Values.images.os.tag }}
|
||||
command: ["/bin/sh", "-c"]
|
||||
args: [ "tail -f /dev/null" ]
|
||||
name: ol7slim
|
||||
|
@@ -3,6 +3,13 @@ scNfsName: zfssa-nfs-exp-example-sc
|
||||
pvcNfsName: zfssa-nfs-exp-example-pvc
|
||||
podNfsName: zfssa-nfs-exp-example-pod
|
||||
|
||||
# Location for images used
|
||||
imageBase: container-registry.oracle.com/os/
|
||||
images:
|
||||
os:
|
||||
name: oraclelinux
|
||||
tag: "7-slim"
|
||||
|
||||
# Settings for target appliance
|
||||
appliance:
|
||||
volumeType: thin
|
||||
|
Reference in New Issue
Block a user