Skip to content
New issue

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

[EXAMPLE] Selector not reach #12

Closed
azrod opened this issue Jan 18, 2023 · 0 comments · Fixed by #29
Closed

[EXAMPLE] Selector not reach #12

azrod opened this issue Jan 18, 2023 · 0 comments · Fixed by #29
Labels
bug Something isn't working

Comments

@azrod
Copy link
Member

azrod commented Jan 18, 2023

In this example selector example_subnet not reached

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
@azrod azrod added the bug Something isn't working label Jan 18, 2023
@eremid eremid linked a pull request Jan 19, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant