I hereby claim:
- I am lblackstone on github.
- I am lblackstone (https://keybase.io/lblackstone) on keybase.
- I have a public key ASDBdtZpFsIe7e8Ra12bb6La3VSqdLe0ehCL99aEds8JpAo
To claim this, I am signing this object:
import * as k8s from "@pulumi/kubernetes"; | |
import { streamInvoke } from "@pulumi/pulumi/runtime"; | |
import * as pulumi from "@pulumi/pulumi"; | |
// Install the sealed secret controller. | |
new k8s.yaml.ConfigFile("sealed-secret-controller", { | |
file: "https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.12.4/controller.yaml", | |
}) | |
// Create a SealedSecret. |
apiVersion: v1 | |
data: | |
config: very important data | |
kind: ConfigMap | |
metadata: | |
annotations: | |
kubectl.kubernetes.io/last-applied-configuration: | | |
{"apiVersion":"v1","data":{"config":"very important data"},"kind":"ConfigMap","metadata":{"annotations":{"pulumi.com/autonamed":"true"},"labels":{"app.kubernetes.io/managed-by":"pulumi"},"name":"cm-5opqxhna"}} | |
pulumi.com/autonamed: "true" | |
labels: |
// Define the application configuration and secrets. | |
const configs = new kx.ConfigMap("app-config", { | |
data: { "config": "very important data" } | |
}); | |
const secrets = new kx.Secret("app-secrets", { | |
stringData: { | |
"app-password": new kx.RandomPassword("app-password"), | |
"database-password": config.databasePassword | |
} |
I hereby claim:
To claim this, I am signing this object:
make build && make install && yarn link "@pulumi/kubernetes"
)make build && make install
)~/go/bin/pulumi up --logtostderr -v4 --logflow
)localhost:2345
Current Limitations: