Sha256: 80528526ec110501640cc6f37e83e7a8777076c8ffc3c90cb82d6a73b87a4343
Contents?: true
Size: 502 Bytes
Versions: 30
Compression:
Stored size: 502 Bytes
Contents
--- title: Google Kubes Plugin --- The Google Kubes Plugin adds support helpers like `google_secret`. You can configure it's behavior. Example: .kubes/config.rb ```ruby KubesGoogle.configure do |config| config.secrets.base64 = true end ``` ## Options Reference Table Here's a table with the options: Name | Description | Default ---|---|--- secrets.base64 | Whether or not to automatically base64 encoded values returned by the `google_secret` helper. | true {% include plugins/gke-config.md %}
Version data entries
30 entries across 30 versions & 1 rubygems