Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
kabab stype for the stubs
Browse files Browse the repository at this point in the history
Signed-off-by: Egor Ivanov <[email protected]>
  • Loading branch information
cheshi-mantu committed Jun 21, 2024
1 parent b71560d commit 70abbd2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/testops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ version: 5.3.3
# - credsKubeSecretName is the label for the secret where chart should store registry authentication info
############################################################################################################
image:
registry: registry_address_here
repository: repo_name_see_in_docs
registry: registry-address-here
repository: repo-name-see-in-docs
imageName: testops
pullPolicy: IfNotPresent
authRequired:
enabled: true
username: username_received_from_sales
password: password_received_from_sales
credsKubeSecretName: testops_secret_name_here
username: username-received-from-sales
password: password-received-from-sales
credsKubeSecretName: testops-secret-name-here

############################################################################################################
# Deploy related
Expand Down

0 comments on commit 70abbd2

Please sign in to comment.