Skip to content

Commit

Permalink
fix(base_deploy_kosko_stage): rm debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Sep 15, 2021
1 parent cb68d6f commit 644b968
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base_deploy_kosko_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ variables:
echo '---' \; -exec cat {} \; \
>> ${CI_PROJECT_DIR}/manifest.yaml
fi
# this enable legacy gitlab+nok8s repos (ex: medle)
# hack: this enable new cert-manager for legacy gitlab+nok8s repos (ex: medle)
- sed -i "s#certmanager.k8s.io/cluster-issuer#cert-manager.io/cluster-issuer#" ${CI_PROJECT_DIR}/manifest.yaml
- cat ${CI_PROJECT_DIR}/manifest.yaml
- |
if [[ -n $AUTO_DEVOPS_ENABLE_KAPP ]]; then
if [[ -z $PRODUCTION ]]; then
Expand Down

0 comments on commit 644b968

Please sign in to comment.