Skip to content

Commit

Permalink
fix(base_deploy_kosko_stage): sed it again
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon authored Sep 15, 2021
1 parent 62729f1 commit 5e2a7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_deploy_kosko_stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ variables:
>> ${CI_PROJECT_DIR}/manifest.yaml
fi
# this enable legacy gitlab+nok8s repos (ex: medle)
- sed -i -e /certmanager.k8s.io\/cluster-issuer/cert-manager.io\/cluster-issuer/g ${CI_PROJECT_DIR}/manifest.yaml
- 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
Expand Down

0 comments on commit 5e2a7b7

Please sign in to comment.