You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, i just came to know admiralty(great product) and my question is , can i sync different clusters but change the ingress host name or some config map
The text was updated successfully, but these errors were encountered:
geekette86
changed the title
Diffrent ingress host or diffrent configmap
Different ingress host or different config-map
Dec 20, 2022
Hi @geekette86, sorry for the delayed response. This isn't currently possible, but we've discussed cluster-specific pod transformations before: #96 (comment)
The concept could be generalized to other types. You'd annotate your source ingress or configmap with multicluster.admiralty.io/target-transformation: different-hostname, referring to:
kind: TargetTransformation
metadata:
name: different-hostname
transformations:
- targetSelector:
region: eu
# maybe specify the GVK here, so we can type-check the patch when the TargetTransformation is created
patch: |
# user can define inline strategic merge patch here
Would that work for you? Would you like to implement and contribute this design?
Hey, i just came to know admiralty(great product) and my question is , can i sync different clusters but change the ingress host name or some config map
The text was updated successfully, but these errors were encountered: