File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 66 # ##############################################################################################
77 # Fields that you need to change if you want to try operator with your own deployment
88 # ##############################################################################################
9- # Name of the deployment that you are going to patch.
9+ # Name of the workload that you are going to patch.
1010 # Has to be in the same namespace
11- deploymentName : sample-deployment
11+ workloadName : sample-deployment
12+ # Type of the workload. Supported values are `Deployment` and `StatefulSet`
13+ workloadType : Deployment
1214 # List of container names inside the pod of the deployment
1315 # If container not mentioned here it will be not patched
1416 containerSelector :
You can’t perform that action at this time.
0 commit comments