Skip to content

Commit 3d2ccd1

Browse files
OguzPastirmacihyder
authored andcommitted
Add OCI_PYTHON_SDK_NO_SERVICE_IMPORTS=True to bashrc
1 parent ed2daaf commit 3d2ccd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/operator/cloudinit.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ data "cloudinit_config" "operator" {
255255
content = <<-EOT
256256
export OCI_CLI_AUTH=instance_principal
257257
export TERM=xterm-256color
258+
export OCI_PYTHON_SDK_NO_SERVICE_IMPORTS=True
258259
source <(kubectl completion bash)
259260
alias k='kubectl'
260261
alias ktx='kubectx'

0 commit comments

Comments
 (0)