Skip to content

Commit

Permalink
kafka: use task type 'Dummy' for not-allowed task (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANeumann82 committed Feb 5, 2020
1 parent 2de8046 commit b9036eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repository/kafka/operator/operator.yaml
Expand Up @@ -67,7 +67,7 @@ tasks:
- health-check.yaml
- enable-tls.yaml
- name: not-allowed
kind: Apply
kind: Dummy
spec:
resources:
plans:
Expand Down
2 changes: 1 addition & 1 deletion repository/zookeeper/operator/operator.yaml
Expand Up @@ -35,7 +35,7 @@ tasks:
resources:
- validation.yaml
- name: not-allowed
kind: Apply
kind: Dummy
spec:
resources:
plans:
Expand Down

0 comments on commit b9036eb

Please sign in to comment.