Skip to content

Commit 96cb6bc

Browse files
committed
add comments to explain IMAGE_NAME behavior
1 parent bf50128 commit 96cb6bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config/peerpods/podvm/aws-VM-image-create-job.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ spec:
4646
value: rhel
4747
# - name: INSTANCE_TYPE
4848
# value: "t3.small" # default is t3.small, uncomment and modify if not available in your region
49+
# - name: IMAGE_NAME
50+
# value: "aws-podvm-image-name" # set custom image name for custom image if you wish to avoid its deletion
4951
envFrom:
5052
- secretRef:
5153
name: peer-pods-secret

config/peerpods/podvm/azure-VM-image-create-job.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ spec:
5050
value: "rhel-raw"
5151
- name: SKU
5252
value: "9_2"
53+
# - name: IMAGE_NAME
54+
# value: "azure-podvm-image-name" # set custom image name for custom image if you wish to avoid its deletion
5355
envFrom:
5456
- secretRef:
5557
name: peer-pods-secret

0 commit comments

Comments
 (0)