Skip to content

Commit

Permalink
chore: disable namespace resource quota for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
rinaldodev committed May 24, 2022
1 parent ae38012 commit 5d110ac
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
resources:
- ../../../base/apps/cos-fleetshard-operator-camel

generatorOptions:
disableNameSuffixHash: true

configMapGenerator:
- name: cos-fleetshard-operator-camel-config
files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
resources:
- ../../../base/apps/cos-fleetshard-operator-debezium

generatorOptions:
disableNameSuffixHash: true

configMapGenerator:
- name: cos-fleetshard-operator-debezium-config
files:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ quarkus.log.category."io.fabric8.kubernetes.client.internal.VersionUsageUtils".l

# our properties
cos.cluster.id = ${cluster-id}
cos.quota.enabled = false
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
resources:
- ../../../base/apps/cos-fleetshard-sync

generatorOptions:
disableNameSuffixHash: true

configMapGenerator:
- files:
- application.properties=app-config/application.properties
Expand Down

0 comments on commit 5d110ac

Please sign in to comment.