Skip to content

Commit 86a45a4

Browse files
author
eliranb
committed
modify lightrunjavaagent.yaml to rename deploymentName to workloadName and add workloadType for clarity.
1 parent 2be38da commit 86a45a4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/lightrunjavaagent.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ spec:
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:

0 commit comments

Comments
 (0)