Skip to content

Commit

Permalink
Add example job manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFox94 committed Jun 30, 2020
1 parent d5ce83f commit cc34126
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ spec:
restartPolicy: OnFailure
containers:
- name: k8s-secret-admin
image: littlefox/k8s-secret-admin:v0.1.0
imagePullPolicy: ifNotPresent
image: littlefox/k8s-secret-admin:latest
imagePullPolicy: IfNotPresent
args:
- --name
- application-config
- --namespace
- the-next-big-thing

#will generate "session-key" as random 128 byte sequence
# will generate "session-key" as random 128 byte sequence
- --bytes
- session-key=128

Expand Down

0 comments on commit cc34126

Please sign in to comment.