Skip to content

Commit 27fa8e4

Browse files
committed
fix: make sure xxd is in the imperative container
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent 61da62a commit 27fa8e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

ansible/initdata-default.toml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ policy_data := {
8282
"curl http://127.0.0.1:8006/cdh/resource/default/attestation-status/random"
8383
]
8484
}
85-
'''
85+
'''

values-simple.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ clusterGroup:
148148
# imagePullPolicy is set to always: imperative.imagePullPolicy
149149
# For additional overrides that apply to the jobs, please refer to
150150
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
151+
image: ghcr.io/butler54/imperative-container:latest
151152
jobs:
152153
- name: install-deps
153154
playbook: ansible/install-deps.yaml

0 commit comments

Comments
 (0)