Skip to content

Commit

Permalink
[CI] Group disabled components under the same tag in the ci clusters …
Browse files Browse the repository at this point in the history
…values (apache#6762)

### Motivation

It is harder to maintain the values if they are defined in different places in the documents. Some yaml editors display an error for the duplicated tags.

### Modifications

The disabled components were grouped under the same tag (components)
  • Loading branch information
vzhikserg authored Apr 18, 2020
1 parent d78b7fb commit 037815d
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .ci/clusters/values-bk-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/values-broker-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false
Expand Down
2 changes: 1 addition & 1 deletion .ci/clusters/values-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-jwt-asymmetric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-jwt-symmetric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-local-pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-pulsar-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-zk-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down
6 changes: 2 additions & 4 deletions .ci/clusters/values-zkbk-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
# under the License.
#

components:
pulsar_manager: false

monitoring:
prometheus: false
grafana: false
Expand All @@ -33,9 +30,10 @@ volumes:
affinity:
anti_affinity: false

# disable auto recovery
# disable auto recovery and pulsar manager
components:
autorecovery: false
pulsar_manager: false

zookeeper:
replicaCount: 1
Expand Down

0 comments on commit 037815d

Please sign in to comment.