fix
This commit is contained in:
@@ -91,7 +91,7 @@ resource "kubectl_manifest" "ci-git-repo" {
|
|||||||
branch: main
|
branch: main
|
||||||
secretRef:
|
secretRef:
|
||||||
name: ssh-credentials-flux
|
name: ssh-credentials-flux
|
||||||
url: ssh://git@${var.gitea_ssh_prefix}.${var.domain_name}:${var.gitea_ssh_port}/${var.organization}/deploy.git
|
url: ssh://git@${var.gitea_ssh_prefix}.${var.domain_name}:${var.gitea_ssh_port}/${trimprefix(var.instance,"org-")}/deploy.git
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user