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
Tharindu already aware of this issue. We worked on troubleshooting and creating this ticket per his request
Rancher 1.11.0
dushan:apk-agent dushan$ kubectl get applicationmappings -n apk -o yaml apiVersion: v1 items:
we did update application ref and subscription ref manually so it worked!! We think this is a bug
dushan:apk-agent dushan$ kubectl edit applicationmappings -n apk -o yaml apiVersion: cp.wso2.com/v1alpha2 kind: ApplicationMapping metadata: creationTimestamp: "2024-05-17T04:39:35Z" generation: 2 name: cbdfe466-d970-4c4b-9392-da7296252d08 namespace: apk resourceVersion: "13791" uid: e332ea0d-5304-4206-9998-2709db013f5c spec: applicationRef: aa915026-ea56-4c5d-b5de-4310a94061de subscriptionRef: cbdfe466-d970-4c4b-9392-da7296252d08
The text was updated successfully, but these errors were encountered:
Hi,
We have started looking into this issue will provide an update on the fix.
Thanks, Sampath
Sorry, something went wrong.
CrowleyRajapakse
Successfully merging a pull request may close this issue.
Tharindu already aware of this issue. We worked on troubleshooting and creating this ticket per his request
Rancher 1.11.0
dushan:apk-agent dushan$ kubectl get applicationmappings -n apk -o yaml
apiVersion: v1
items:
kind: ApplicationMapping
metadata:
creationTimestamp: "2024-05-17T04:39:35Z"
generation: 1
name: cbdfe466-d970-4c4b-9392-da7296252d08
namespace: apk
resourceVersion: "13534"
uid: e332ea0d-5304-4206-9998-2709db013f5c
spec:
applicationRef: PetStore
subscriptionRef: 1.0.0
we did update application ref and subscription ref manually so it worked!! We think this is a bug
dushan:apk-agent dushan$ kubectl edit applicationmappings -n apk -o yaml
apiVersion: cp.wso2.com/v1alpha2
kind: ApplicationMapping
metadata:
creationTimestamp: "2024-05-17T04:39:35Z"
generation: 2
name: cbdfe466-d970-4c4b-9392-da7296252d08
namespace: apk
resourceVersion: "13791"
uid: e332ea0d-5304-4206-9998-2709db013f5c
spec:
applicationRef: aa915026-ea56-4c5d-b5de-4310a94061de
subscriptionRef: cbdfe466-d970-4c4b-9392-da7296252d08
The text was updated successfully, but these errors were encountered: