Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoshi-vm committed Dec 13, 2024
1 parent 236f307 commit 78825e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
emptyDir: {}
containers:
- name: openssl
image: #@ data.values.tp.rsa_builer.openssl_image
image: #@ data.values.tp.rsa_builder.openssl_image
command:
- /bin/sh
- -c
Expand All @@ -73,7 +73,7 @@ spec:
- mountPath: /data
name: data
- name: kubectl
image: #@ data.values.tp.rsa_builer.kubectl_image
image: #@ data.values.tp.rsa_builder.kubectl_image
command:
- kubectl
args:
Expand Down

0 comments on commit 78825e9

Please sign in to comment.