We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should document how to use the operator with a Self-Hosted Pulumi Service - e.g. pulumi login https://api.pulumi.example.com.
pulumi login https://api.pulumi.example.com
The text was updated successfully, but these errors were encountered:
@clstokes how important/urgent is this?
Sorry, something went wrong.
This is solved with #106.
pulumi-kubernetes-operator/deploy/crds/pulumi.com_stacks.yaml
Lines 38 to 40 in bd45f50
For example:
apiVersion: v1 kind: Secret metadata: name: pulumi-api-secret type: Opaque stringData: accessToken: "<REDACTED: PULUMI_ACCESS_TOKEN>" --- apiVersion: pulumi.com/v1alpha1 kind: Stack metadata: name: nginx-k8s-stack spec: accessTokenSecret: pulumi-api-secret backend: https://api.pulumi.example.com # <- this line stack: joeduffy/nginx/dev projectRepo: https://github.com/metral/pulumi-nginx commit: 2b0889718d3e63feeb6079ccd5e4488d8601e353 destroyOnFinalize: true
No branches or pull requests
Problem description
Should document how to use the operator with a Self-Hosted Pulumi Service - e.g.
pulumi login https://api.pulumi.example.com
.The text was updated successfully, but these errors were encountered: