orange723

Results 13 comments of orange723

I crate secret example ``` apiVersion: v1 kind: Secret metadata: name: github-https-creds namespace: argocd labels: argocd.argoproj.io/secret-type: repo-creds stringData: password: "MyPAT" type: git url: https://github.com/owner/repo username: username type: Opaque ``` and...

> Sequence of steps mentioned above worked for me to rename/move module at path A to path B: > > cd A/ > terragrunt state pull > /var/app/backup.tfstate > cd...