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
Now that DiscoveryService is namespace scope since #60, there is no need to specify the namespace on the secret ref spec:
envoyResources:
secrets:
- name: kuard-certificateref:
name: kuard-certificatenamespace: default ### This one
Because being DS a namespace scope resource, means that secret must live on the NS where DS/EC are deployed, so having that required namespace field is redundant and not needed to be added by the end customer defining the EC.
Documentation, examples... will need to be updated reflecting that change.
The text was updated successfully, but these errors were encountered:
Now that
DiscoveryService
is namespace scope since #60, there is no need to specify the namespace on the secret ref spec:Because being DS a namespace scope resource, means that secret must live on the NS where DS/EC are deployed, so having that required namespace field is redundant and not needed to be added by the end customer defining the EC.
Documentation, examples... will need to be updated reflecting that change.
The text was updated successfully, but these errors were encountered: