fix
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Source: server/templates/secret-check-job.yaml
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: pre-install-agent-secret-check
|
||||
annotations:
|
||||
"helm.sh/hook": pre-install
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: check-agent-secret
|
||||
image: finalgene/openssh:9
|
||||
command: ["openssl"]
|
||||
args: ["rand", "-hex", "32"]
|
||||
restartPolicy: OnFailure
|
||||
Reference in New Issue
Block a user