Correct paths in rook playbook

Change-Id: I643c34e43869fddbb3d4008e2f81b142c327f6b1
This commit is contained in:
James E. Blair 2019-02-13 10:39:23 -08:00
parent be5b02d08f
commit 7641a78b37
1 changed files with 4 additions and 4 deletions

View File

@ -6,10 +6,10 @@
# copies from upstream rook, so reorganizing them
# into single document files is lame.
- name: Set up Rook operator
command: kubectl --context gitea apply -f rook-operator.yaml
command: kubectl --context gitea apply -f operator.yaml
- name: Set up Rook cluster
command: kubectl --context gitea apply -f rook-cluster.yaml
command: kubectl --context gitea apply -f cluster.yaml
- name: Set up Rook toolbox
command: kubectl --context gitea apply -f rook-toolbox.yaml
command: kubectl --context gitea apply -f toolbox.yaml
- name: Set up Rook filesystem
command: kubectl --context gitea apply -f rook-filesystem.yaml
command: kubectl --context gitea apply -f filesystem.yaml