Skip to content

Commit

Permalink
Add more debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-br committed Sep 17, 2023
1 parent f79a32c commit b26d771
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulumi-operator-kubernetes-job/src/git/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ impl GitController {
.0,
)?;

dbg!(privatekey);

let passphrase = match data.get("identity.pass") {
Some(passphrase) => Some(String::from_utf8(passphrase.clone().0)?),
None => None,
Expand Down
3 changes: 3 additions & 0 deletions pulumi-operator-kubernetes/src/stack/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ impl PulumiStackService for KubernetesPulumiStackService {
}, {
"name": ConfigProvider::OPERATOR_NS_VAR,
"value": operator_namespace
}, {
"name": "RUST_BACKTRACE",
"value": "full"
}]
}],
"serviceAccountName": "superuser",
Expand Down

0 comments on commit b26d771

Please sign in to comment.