Saul
Saul
### Description _Short summary of what is the issue and the solution._ ### Dependencies - _Ex. Other PRs._ ### Breaking Change - [ ] Yes - [ x] No ###...
In `order.go`, the phases functions passed in the `Phases` map are a mix of `package.Install` and `package.Deploy`. See starting here: https://github.com/flanksource/karina/blob/7417b14166e82d646622b25b029d4207611c1470/pkg/phases/order/order.go#L64 These should adopt a single convention.
I can improve the commenting if you think this is a good contribution. My reason for this is that I need to test that a function always accurately converts to...
File: [themes/default/content/docs/guides/adopting/from_kubernetes.md](https://www.pulumi.com/docs/guides/adopting/from_kubernetes/) Please can the example cover adjusting values like AZURE_SUBSCRIPTION_ID. Also the delegate typing is wrong in C#. Should be `TransformationAction[] transformations =` ```apiVersion: cert-manager.io/v1 kind: Issuer metadata: name:...
`ts=2021-06-01T10:00:06.452386435Z level=error logger=controllers.Template msg="failed to ducktype object" template=/omservice error="error finding kind networking.k8s.io/v1, Kind=Ingress: schema for group=networking.k8s.io version=v1 kind=Ingress not found" errorVerbose="schema for group=networking.k8s.io version=v1 kind=Ingress not found\ngithub.com/flanksource/template-operator/k8s.`
Operator failing to apply matchExpressions with the following syntax: ``` spec: source: apiVersion: v1 kind: ConfigMap labelSelector: matchExpressions: - key: environment-class operator: In values: - global - sat - sit...