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
In this example selector example_subnet not reached
example_subnet
apiVersion: drs.flexibleengine.upbound.io/v1beta1 kind: JobMySQL metadata: annotations: meta.upbound.io/example-id: drs/v1beta1/postgresql labels: testing.upbound.io/example-name: example_drs_job_mysql name: example-drs-job-mysql spec: forProvider: description: terraform demo direction: up name: example-drs-job-mysql netType: eip sourceDb: - engineType: mysql ip: 192.168.100.10 passwordSecretRef: key: example-password name: example-drs-job-mysql-secret namespace: upbound-system user: user subnetIdSelector: matchLabels: testing.upbound.io/example-name: example_subnet destinationDb: - ip: 192.168.100.11 passwordSecretRef: key: example-password name: example-drs-job-mysql-secret namespace: upbound-system subnetIdSelector: matchLabels: testing.upbound.io/example-name: example_subnet user: user
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
In this example selector
example_subnet
not reachedThe text was updated successfully, but these errors were encountered: