2.6. Automation Platform Operator
Ansible Automation Platform Operator は、OpenShift 環境で新規の Ansible Automation Platform インスタンスのクラウドネイティブのプッシュボタンデプロイメントを提供します。
非推奨になった機能
-
image_pull_secret(文字列) 変数は廃止され、今後のリリースではサポートされなくなります。Automation Hub または Automation Controller のカスタムリソースを作成するときは、spec でimage_pull_secrets(配列) 変数を使用する必要があります。この新しい変数を使用すると、複数のプルシークレットを配列として指定できます。次に例を示します。
spec:
image_pull_secrets:
- redhat-operators-pull-secret
- my-other-pull-secret