We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b87b4 + bf6ae15 commit 67ea23aCopy full SHA for 67ea23a
1 file changed
.github/workflows/deploy_helm_chart.yml
@@ -216,6 +216,7 @@ jobs:
216
--suppress-output-line-regex "(app.kubernetes.io/version|chart):.*" \
217
--three-way-merge \
218
--suppress-secrets \
219
+ --allow-unreleased \
220
--dry-run=server \
221
--output dyff >> diff.result
222
else
@@ -228,6 +229,7 @@ jobs:
228
229
230
231
232
233
234
--output dyff > diff.result
235
fi
0 commit comments