We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with this :
helm upgrade --wait -f values.yaml -f values.qualif.yaml --debug --install cadence . [debug] Created tunnel using local port: '52166'
[debug] SERVER: "127.0.0.1:52166"
Error: UPGRADE FAILED: "cadence" has no deployed releases
A few month ago, it works !! now not . Any help ?
values.yaml contents is like this
cadence: server: replicaCount: 1 metrics: annotations: enabled: true ... ... escamotage de 1 ligne update: enabled: false
cassandra: enabled: false
mysql: enabled: false
route: enabled: false
and values-qualif.yaml is cadence: server: config: persistence: default: cassandra: hosts: "cas-cluster-qualif-service-cql" user: "cadence" password: "xxx" visibility: cassandra: hosts: "cas-cluster-qualif-service-cql" user: "cadence" password: "xxx"
route: enabled: true hostname: "my_url"
The text was updated successfully, but these errors were encountered:
Well, if you don't have a release named cadence, then it's not really a chart issue.
Sorry, something went wrong.
No branches or pull requests
with this :
helm upgrade --wait -f values.yaml -f values.qualif.yaml --debug --install cadence .
[debug] Created tunnel using local port: '52166'
[debug] SERVER: "127.0.0.1:52166"
Error: UPGRADE FAILED: "cadence" has no deployed releases
A few month ago, it works !! now not . Any help ?
values.yaml contents is like this
cadence:
server:
replicaCount: 1
metrics:
annotations:
enabled: true
...
...
escamotage de 1 ligne
update:
enabled: false
cassandra:
enabled: false
mysql:
enabled: false
route:
enabled: false
and values-qualif.yaml is
cadence:
server:
config:
persistence:
default:
cassandra:
hosts: "cas-cluster-qualif-service-cql"
user: "cadence"
password: "xxx"
visibility:
cassandra:
hosts: "cas-cluster-qualif-service-cql"
user: "cadence"
password: "xxx"
route:
enabled: true
hostname: "my_url"
The text was updated successfully, but these errors were encountered: