blob: acc72622fad46a154f3f451357d415bc65ee6006 [file] [log] [blame]
---
apiVersion: batch/v1
kind: Job
metadata:
name: configure-openwhisk
namespace: openwhisk
labels:
name: configure-openwhisk
spec:
completions: 1
template:
metadata:
labels:
name: config
spec:
restartPolicy: Never
containers:
- name: configure-openwhisk
image: danlavine/whisk_config:latest
imagePullPolicy: Always
command: [ "/openwhisk-devtools/kubernetes/configure/configure.sh" ]