Skip to content

Commit

Permalink
Comment out the sample to avoid error when not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
coulof committed Nov 7, 2023
1 parent e238c04 commit 0714c37
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions samples/secret/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ storageArrayList:
# Default value: None
# Examples: false, true
isDefault: true

- arrayId: "ABC00000000002"
username: "user"
password: "password"
endpoint: "https://1.2.3.5/"
skipCertificateValidation: true
isDefault: false

# # To add more Unity XT arrays, uncomment the following lines and provide the required values
# - arrayId: "ABC00000000002"
# username: "user"
# password: "password"
# endpoint: "https://1.2.3.5/"
# skipCertificateValidation: true
# isDefault: false

0 comments on commit 0714c37

Please sign in to comment.